home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- puppetSprite(23, 1)
- set the memberNum of sprite 23 to the number of member "SH3 DOWN.PICT"
- updateStage()
- end
-
- on mouseUp
- set the memberNum of sprite 23 to the number of member "SH3 UP.PICT"
- if the memberNum of sprite 5 <> 0 then
- if the movieTime of sprite 5 < 24000 then
- set the movieTime of sprite 5 to 23838
- else
- set the movieTime of sprite 5 to 24144
- end if
- end if
- updateStage()
- puppetSprite(23, 0)
- end
-